home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_2369.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  97 lines

  1. -- card: 2369 from stack: in
  2. -- bmap block id: 6214
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Power
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide card field "Cover All"
  9.   hide card button "Self-Check"
  10.   set hilite of background button "The System" to false
  11.   set hilite of background button "How It Works" to true
  12.   set hilite of background button "Scan. Concepts" to false
  13.   set hilite of background button "File Formats" to false
  14. end closeCard
  15.  
  16.  
  17.  
  18.  
  19. -- part 1 (field)
  20. -- low flags: 01
  21. -- high flags: 2004
  22. -- rect: left=14 top=77 right=252 bottom=203
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: Message Center
  31.  
  32.  
  33. -- part 6 (field)
  34. -- low flags: 81
  35. -- high flags: 0001
  36. -- rect: left=370 top=272 right=310 bottom=510
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 3
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Cover All
  45.  
  46.  
  47. -- part 7 (button)
  48. -- low flags: 80
  49. -- high flags: A004
  50. -- rect: left=1 top=315 right=340 bottom=511
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Self-Check
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual iris close
  62.   hide card button "Self-Check"
  63.   hide card field "Cover All"
  64.   pop card
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 8 (button)
  70. -- low flags: 00
  71. -- high flags: 2000
  72. -- rect: left=442 top=281 right=302 bottom=464
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Next Card
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   answer "Proceed with the Self-Check?" with "No" or "YES"
  84.   if it is "Yes" then
  85.     visual checkerboard to black
  86.     go to next
  87.   end if
  88.   if it is "No" then
  89.     exit mouseUp
  90.   end if
  91. end  mouseUp
  92.  
  93.  
  94. -- part contents for card part 1
  95. ----- text -----
  96. The power supply furnishes all components with the proper voltage and powers the stepper motor, which moves the optical mechanism precisely.
  97.